home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Various / DevDisk 65 (1989)(DevWare PD).zip / DevDisk 65 (1989)(DevWare PD).adf / prosuite / pointers.h < prev    next >
C/C++ Source or Header  |  1990-07-11  |  1KB  |  49 lines

  1.  
  2. #ifndef POINTERS_H
  3. #define POINTERS_H
  4.  
  5. /* **************************************************************************
  6.  *
  7.  * Intuition Pointers Definition File
  8.  *     from Book 1 of the Amiga Programmers' Suite by RJ Mical
  9.  *
  10.  * Copyright (C) 1986, =Robert J. Mical=
  11.  * All Rights Reserved.
  12.  *
  13.  * Created for Amiga developers.
  14.  * Any or all of this code can be used in any program as long as this
  15.  * entire notice is retained, ok?  Thanks.
  16.  *
  17.  * HISTORY      NAME            DESCRIPTION
  18.  * -----------  --------------  --------------------------------------------
  19.  * 12 Aug 86    RJ >:-{)*       Prepare (clean house) for release
  20.  * 3 May 86     =RJ Mical=      Fix prop gadget for both 1.1 and 1.2
  21.  * 1 Feb 86     =RJ Mical=      Created this file.
  22.  *
  23.  * *********************************************************************** */
  24.  
  25.  
  26.  
  27. #define WBENCH_POINTER        1
  28. #define ELECARTS_POINTER    2
  29. #define GCRAFT_POINTER        3
  30.  
  31.  
  32. #define GCRAFTPOINT_HEIGHT            36
  33. #define GCRAFTPOINT_XOFF            0
  34. #define GCRAFTPOINT_YOFF            0
  35.  
  36. #define WBENCHPOINT_HEIGHT            22
  37. #define WBENCHPOINT_XOFF            0
  38. #define WBENCHPOINT_YOFF            0
  39.  
  40. #define ELECARTSPOINT_HEIGHT        22
  41. #define ELECARTSPOINT_XOFF            0
  42. #define ELECARTSPOINT_YOFF            0
  43.  
  44.  
  45.  
  46. #endif    /* of POINTERS_H */
  47.  
  48.  
  49.